home *** CD-ROM | disk | FTP | other *** search
- object MainForm: TMainForm
- Left = 200
- Top = 109
- Width = 639
- Height = 491
- Caption = 'TMPGEnc'
- Color = clBtnFace
- Constraints.MinHeight = 328
- Constraints.MinWidth = 635
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Menu = MainMenu
- OldCreateOrder = True
- Scaled = False
- ShowHint = True
- OnCloseQuery = FormCloseQuery
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 12
- object Bevel1: TBevel
- Left = 0
- Top = 0
- Width = 631
- Height = 2
- Align = alTop
- end
- object ScrollBox1: TScrollBox
- Left = 0
- Top = 101
- Width = 631
- Height = 167
- Align = alClient
- Color = clBtnShadow
- ParentColor = False
- TabOrder = 1
- object OutputViewBox: TDXPaintBox
- Left = 0
- Top = 0
- Width = 627
- Height = 163
- AutoStretch = False
- Center = True
- KeepAspect = True
- Stretch = False
- ViewWidth = 0
- ViewHeight = 0
- Align = alClient
- end
- end
- object InfoPanel: TPanel
- Left = 0
- Top = 2
- Width = 631
- Height = 99
- Align = alTop
- BevelOuter = bvNone
- TabOrder = 0
- object GroupBox1: TGroupBox
- Left = 96
- Top = 4
- Width = 523
- Height = 89
- Caption = 'Progress'
- TabOrder = 0
- object StreamProgressLabel: TLabel
- Left = 432
- Top = 23
- Width = 81
- Height = 12
- Alignment = taRightJustify
- AutoSize = False
- Caption = '--------'
- end
- object Label12: TLabel
- Left = 48
- Top = 53
- Width = 50
- Height = 12
- Caption = 'Elapsed time:'
- end
- object ProcessTimeLabel: TLabel
- Left = 128
- Top = 53
- Width = 73
- Height = 12
- Alignment = taCenter
- AutoSize = False
- Caption = '------'
- end
- object Label14: TLabel
- Left = 48
- Top = 69
- Width = 47
- Height = 12
- Caption = 'Remaining time:'
- end
- object LeftTimeLabel: TLabel
- Left = 128
- Top = 69
- Width = 73
- Height = 12
- Alignment = taCenter
- AutoSize = False
- Caption = '------'
- end
- object Bevel3: TBevel
- Left = 8
- Top = 45
- Width = 417
- Height = 2
- end
- object Label3: TLabel
- Left = 224
- Top = 52
- Width = 59
- Height = 12
- Caption = 'Source position:'
- end
- object SrcTimeLabel: TLabel
- Left = 304
- Top = 52
- Width = 73
- Height = 12
- Alignment = taCenter
- AutoSize = False
- Caption = '------'
- end
- object Label17: TLabel
- Left = 8
- Top = 24
- Width = 26
- Height = 12
- Caption = 'Whole:'
- end
- object TPanel
- Left = 48
- Top = 18
- Width = 377
- Height = 22
- BevelOuter = bvNone
- BorderStyle = bsSingle
- TabOrder = 0
- object StreamProgressGauge: TGauge
- Left = 0
- Top = 0
- Width = 373
- Height = 18
- Align = alClient
- BorderStyle = bsNone
- Color = clBtnFace
- ForeColor = clNavy
- ParentColor = False
- Progress = 0
- end
- end
- object EncodeDoneShutdown: TCheckBox
- Left = 308
- Top = 67
- Width = 207
- Height = 17
- Anchors = [akRight, akBottom]
- Caption = 'Shut down after finish encoding'
- TabOrder = 1
- Visible = False
- end
- end
- object EncodeButton: TButton
- Left = 8
- Top = 10
- Width = 81
- Height = 33
- Caption = 'Start'
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 1
- OnClick = EncodeButtonClick
- end
- object StopButton: TButton
- Left = 8
- Top = 50
- Width = 81
- Height = 33
- Caption = 'Stop'
- Enabled = False
- TabOrder = 2
- OnClick = StopButtonClick
- end
- end
- object StatusBar: TStatusBar
- Left = 0
- Top = 426
- Width = 631
- Height = 19
- Panels = <
- item
- Width = 50
- end>
- SimplePanel = True
- end
- object Panel5: TPanel
- Left = 0
- Top = 268
- Width = 631
- Height = 3
- Align = alBottom
- BevelOuter = bvNone
- TabOrder = 2
- end
- object ConfigPanel: TPanel
- Left = 0
- Top = 271
- Width = 631
- Height = 155
- Align = alBottom
- BevelOuter = bvNone
- BorderStyle = bsSingle
- TabOrder = 3
- object Bevel4: TBevel
- Left = 8
- Top = 9
- Width = 433
- Height = 106
- Shape = bsFrame
- end
- object OutputFileNameLabel: TLabel
- Left = 19
- Top = 88
- Width = 94
- Height = 12
- Caption = 'Out&put file name:'
- FocusControl = OutputFileNameEdit
- end
- object InputVideoFileNameLabel: TLabel
- Left = 19
- Top = 25
- Width = 75
- Height = 12
- Caption = '&Video source:'
- FocusControl = InputVideoFileNameEdit
- end
- object InputAudioFileNameLabel: TLabel
- Left = 19
- Top = 51
- Width = 75
- Height = 12
- Caption = '&Audio source:'
- FocusControl = InputAudioFileNameEdit
- end
- object Bevel2: TBevel
- Left = 19
- Top = 74
- Width = 414
- Height = 2
- end
- object OutputStreamType: TRadioGroup
- Left = 448
- Top = 4
- Width = 169
- Height = 111
- Caption = 'Stream type'
- TabOrder = 6
- OnClick = OutputStreamTypeClick
- end
- object OutputFileNameEdit: TEdit
- Left = 120
- Top = 83
- Width = 252
- Height = 20
- TabOrder = 4
- OnChange = FileNameEditChange
- end
- object BrowseOutputFileButton: TButton
- Left = 377
- Top = 81
- Width = 56
- Height = 25
- Caption = 'Browse'
- TabOrder = 5
- OnClick = BrowseOutputFileButtonClick
- end
- object InputVideoFileNameEdit: TEdit
- Left = 104
- Top = 21
- Width = 267
- Height = 20
- TabOrder = 0
- OnChange = FileNameEditChange
- end
- object BrowseInputVideoFileButton: TButton
- Left = 376
- Top = 18
- Width = 56
- Height = 25
- Caption = 'Browse'
- TabOrder = 1
- OnClick = BrowseInputVideoFileButtonClick
- end
- object InputAudioFileNameEdit: TEdit
- Left = 104
- Top = 47
- Width = 267
- Height = 20
- TabOrder = 2
- OnChange = FileNameEditChange
- end
- object BrowseInputAudioFileButton: TButton
- Left = 376
- Top = 45
- Width = 56
- Height = 25
- Caption = 'Browse'
- TabOrder = 3
- OnClick = BrowseInputAudioFileButtonClick
- end
- object MPEGConfigEditButton: TButton
- Left = 448
- Top = 120
- Width = 57
- Height = 26
- Caption = 'Setting'
- TabOrder = 7
- OnClick = MPEGConfigEditButtonClick
- end
- object MPEGConfigInformationText: TEdit
- Left = 8
- Top = 123
- Width = 433
- Height = 20
- Color = clBtnFace
- ReadOnly = True
- TabOrder = 10
- end
- object MPEGConfigLoadButton: TButton
- Left = 505
- Top = 120
- Width = 56
- Height = 26
- Hint = 'Load MPEG setting'
- Caption = 'Load'
- TabOrder = 8
- OnClick = MPEGConfigLoadButtonClick
- end
- object MPEGConfigSaveButton: TButton
- Left = 561
- Top = 120
- Width = 56
- Height = 26
- Hint = 'Save MPEG setting'
- Caption = 'Save'
- TabOrder = 9
- OnClick = MPEGConfigSaveButtonClick
- end
- end
- object OpenInputVideoDialog: TOpenDialog
- DefaultExt = 'avi'
- Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofEnableSizing]
- Left = 24
- Top = 216
- end
- object OpenInputAudioDialog: TOpenDialog
- DefaultExt = 'avi'
- Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofEnableSizing]
- Left = 56
- Top = 216
- end
- object OpenProjectDialog: TOpenDialog
- DefaultExt = 'tpr'
- Filter = 'TMPGEnc project(*.tpr)|*.tpr|All files(*.*)|*.*'
- Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofEnableSizing]
- Left = 24
- Top = 136
- end
- object SaveProjectDialog: TSaveDialog
- DefaultExt = 'tpr'
- Filter =
- 'TMPGEnc project(*.tpr)|*.tpr|TMPGEnc Text project(*.tpr)|*.tpr|A' +
- 'll files(*.*)|*.*'
- Options = [ofOverwritePrompt, ofHideReadOnly, ofPathMustExist, ofEnableSizing]
- Left = 56
- Top = 136
- end
- object OpenConfigDialog: TOpenDialog
- DefaultExt = 'mcf'
- Filter = 'MPEG setting template(*.mcf)|*.mcf|All files(*.*)|*.*'
- Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofEnableSizing]
- Left = 24
- Top = 176
- end
- object SaveConfigDialog: TSaveDialog
- DefaultExt = 'mcf'
- Filter = 'MPEG setting template(*.mcf)|*.mcf|All files(*.*)|*.*'
- Options = [ofOverwritePrompt, ofHideReadOnly, ofPathMustExist, ofEnableSizing]
- Left = 56
- Top = 176
- end
- object StartupTimer: TTimer
- Interval = 1
- OnTimer = StartupTimerTimer
- Left = 160
- Top = 224
- end
- object MainMenu: TMainMenu
- Images = ImageList
- Left = 104
- Top = 136
- object FileMenu: TMenuItem
- Caption = '&File'
- object FileProjectNew: TMenuItem
- Caption = '&New project'
- ImageIndex = 0
- ShortCut = 16462
- OnClick = FileProjectNewClick
- end
- object FileProjectOpen: TMenuItem
- Caption = '&Open project'
- ImageIndex = 1
- ShortCut = 16463
- OnClick = FileProjectOpenClick
- end
- object FileProjectSave: TMenuItem
- Caption = '&Save project'
- ImageIndex = 2
- ShortCut = 16467
- OnClick = FileProjectSaveClick
- end
- object N9: TMenuItem
- Caption = '-'
- end
- object FilePreview: TMenuItem
- Caption = '&Preview...'
- OnClick = FilePreviewClick
- end
- object FilePutMenuItem: TMenuItem
- Caption = 'O&utput to file'
- end
- object N6: TMenuItem
- Caption = '-'
- end
- object FileBatchEncode: TMenuItem
- Caption = '&Batch encode'
- ImageIndex = 4
- ShortCut = 16450
- OnClick = FileBatchEncodeClick
- end
- object FileBatchEncodeAddCurProject: TMenuItem
- Caption = '&Add current project to batch list'
- end
- object N8: TMenuItem
- Caption = '-'
- end
- object M1: TMenuItem
- Caption = 'MPEG &Tools...'
- OnClick = M1Click
- end
- object N4: TMenuItem
- Caption = '-'
- end
- object FileExit: TMenuItem
- Caption = 'E&xit'
- OnClick = FileExitClick
- end
- end
- object OptionMenu: TMenuItem
- Caption = '&Option'
- OnClick = OptionMenuClick
- object OptionEnvOption: TMenuItem
- Caption = '&Environmental setting...'
- OnClick = OptionEnvOptionClick
- end
- object N3: TMenuItem
- Caption = '-'
- end
- object OptionShowLanguage: TMenuItem
- Tag = -1
- Caption = '&Language'
- OnClick = OptionShowLanguageClick
- object OptionShowLanguageItemDefault: TMenuItem
- Caption = 'Automatic'
- GroupIndex = 15
- RadioItem = True
- OnClick = OptionShowLanguageItemClick
- end
- end
- object OptionPreviewSetting: TMenuItem
- Caption = '&Preview option'
- OnClick = OptionPreviewSettingClick
- object OptionPreviewFrequency_0: TMenuItem
- Caption = 'Do not display'
- GroupIndex = 1
- RadioItem = True
- OnClick = OptionPreviewFrequencyClick
- end
- object OptionPreviewFrequency_10: TMenuItem
- Tag = 10
- Caption = 'Display with thinning'
- GroupIndex = 1
- RadioItem = True
- OnClick = OptionPreviewFrequencyClick
- end
- object OptionPreviewFrequency_1: TMenuItem
- Tag = 1
- Caption = 'Show all frames'
- GroupIndex = 1
- RadioItem = True
- OnClick = OptionPreviewFrequencyClick
- end
- object N5: TMenuItem
- Caption = '-'
- GroupIndex = 1
- end
- object OptionPreviewSize_None: TMenuItem
- Caption = 'Do not fix preview size'
- GroupIndex = 2
- RadioItem = True
- OnClick = OptionPreviewSize_NoneClick
- end
- object OptionPreviewSize_320x240: TMenuItem
- Caption = 'Fix to 320x240'
- GroupIndex = 2
- RadioItem = True
- OnClick = OptionPreviewSize_320x240Click
- end
- object OptionPreviewSize_User: TMenuItem
- Caption = 'Fix to optional size...'
- GroupIndex = 2
- RadioItem = True
- OnClick = OptionPreviewSize_UserClick
- end
- object N10: TMenuItem
- Caption = '-'
- GroupIndex = 2
- end
- object OptionPreviewAutoResizeWindow: TMenuItem
- Caption = 'Automatilcally resize the window'
- GroupIndex = 2
- OnClick = OptionPreviewAutoResizeWindowClick
- end
- end
- object OptionTaskPriority: TMenuItem
- Caption = '&Task priority'
- OnClick = OptionTaskPriorityClick
- object OptionTaskPriority_Active_High: TMenuItem
- Tag = 2
- Caption = 'When active - High priority'
- GroupIndex = 2
- RadioItem = True
- OnClick = OptionTaskPriority_ActiveItemClick
- end
- object OptionTaskPriority_Active_Normal: TMenuItem
- Tag = 1
- Caption = 'When active - Normal priority'
- GroupIndex = 2
- RadioItem = True
- OnClick = OptionTaskPriority_ActiveItemClick
- end
- object OptionTaskPriority_Active_Idle: TMenuItem
- Caption = 'When active - Idle time only'
- GroupIndex = 2
- RadioItem = True
- OnClick = OptionTaskPriority_ActiveItemClick
- end
- object N13: TMenuItem
- Caption = '-'
- GroupIndex = 2
- end
- object OptionTaskPriority_NonActive_High: TMenuItem
- Tag = 2
- Caption = 'When not active - High priority'
- GroupIndex = 3
- RadioItem = True
- OnClick = OptionTaskPriority_NonActiveItemClick
- end
- object OptionTaskPriority_NonActive_Normal: TMenuItem
- Tag = 1
- Caption = 'When not active - Normal priority'
- GroupIndex = 3
- RadioItem = True
- OnClick = OptionTaskPriority_NonActiveItemClick
- end
- object OptionTaskPriority_NonActive_Idle: TMenuItem
- Caption = 'When not active - Idle time only'
- GroupIndex = 3
- RadioItem = True
- OnClick = OptionTaskPriority_NonActiveItemClick
- end
- end
- object N15: TMenuItem
- Caption = '-'
- end
- object OptionShowEncodeLog: TMenuItem
- Caption = 'Display encode &log'
- OnClick = OptionShowEncodeLogClick
- end
- object OptionSaveEncodeLog: TMenuItem
- Caption = 'Always save encode log to file Aut&omatically'
- OnClick = OptionSaveEncodeLogClick
- end
- object N1: TMenuItem
- Caption = '-'
- end
- object OptionDefaultCurProject: TMenuItem
- Caption = 'Set current project as &default'
- OnClick = OptionDefaultCurProjectClick
- end
- object OptionRegiserTMPGEncVFPPlugin: TMenuItem
- Caption = 'TMPGEnc.vfp is registered to VFAPI'
- OnClick = OptionRegiserTMPGEncVFPPluginClick
- end
- end
- object HelpMenu: TMenuItem
- Caption = '&Help'
- object HelpShowHelp: TMenuItem
- Caption = '&Contents'
- Enabled = False
- ImageIndex = 3
- OnClick = HelpShowHelpClick
- end
- object HelpShowKeyword: TMenuItem
- Caption = '&Search'
- Enabled = False
- OnClick = HelpShowKeywordClick
- end
- object N2: TMenuItem
- Caption = '-'
- end
- object HelpShowNewVer: TMenuItem
- Caption = 'TMPGEnc official site'
- ImageIndex = 5
- OnClick = HelpShowNewVerClick
- end
- object N7: TMenuItem
- Caption = '-'
- end
- object HelpAbout: TMenuItem
- Caption = '&About...'
- OnClick = HelpAboutClick
- end
- end
- end
- object TaskPriorityTimer: TTimer
- Enabled = False
- Interval = 3000
- OnTimer = TaskPriorityTimerTimer
- Left = 192
- Top = 224
- end
- object ImageList: TImageList
- Left = 154
- Top = 167
- Bitmap = {
- 3618000006000000424D36180000000000003600000028000000400000002000
- 0000010018000000000000180000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000084848484848484848484848484848484848484848484848484
- 8484848484848484848484000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000848484000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00000000000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
- FFFFFFFFFF000000848484000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00000000000000FFFFFFFFFFFFC6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6
- C6C6FFFFFF000000848484000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00000000000000FFFFFF000000000000000000000000000000000000000000FF
- FFFFFFFFFF000000848484000000000000000000000000000000000000000000
- 0000000000000000008484848484848484848484848484848484840000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00000000000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
- FFFFFFFFFF000000848484000000000000000000000000000000848484000000
- 000084000000C6C6C68484848484848484848484848484848484840000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00000000000000FFFFFFFFFFFFC6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6
- C6C6FFFFFF000000848484000000000000000000000000000000848484000084
- 0000840000848484840000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00000000000000FFFFFF000000000000000000000000000000000000000000FF
- FFFFFFFFFF000000848484000000000000000000000084000000848484000084
- 000000000000C6C6C68484848484848484848484848484848484840000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00000000000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
- FFFFFFFFFF000000848484000000000000000000000000000084848484000084
- 0000000000008484840000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00000000000000FFFFFFFFFFFFC6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6
- C6C6FFFFFF000000848484000000000000000000848484848484C6C6C6848484
- 848484848484C6C6C68484848484848484848484848484848484840000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00000000000000FFFFFF000000000000000000000000000000000000000000FF
- FFFFFFFFFF000000848484000000000000000000000000000000848484848484
- 0000840000840000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00000000000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
- FFFFFFFFFF000000848484000000000000000000000000000000000000000000
- 0000840000840000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00000000000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
- FFFFFFFFFF000000848484000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000008400848400848484840000000000000000000000000000000000000000
- 00000000000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
- FFFF000000000000000000000000000000000000008484008484008484008484
- 0084840084840084840084840084840000000000000000000000000000000000
- 00000000008484008484000000000000000000000000000000000000C6C6C6C6
- C6C6000000008484000000000000000000000000000000000000000000840084
- 840084FFFFFFFFFFFFC6C6C68484840000000000000000000000000000000000
- 00000000000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
- FFFF00000000000000000000000000000000FFFF000000008484008484008484
- 0084840084840084840084840084840084840000000000000000000000000000
- 00000000008484008484000000000000000000000000000000000000C6C6C6C6
- C6C6000000008484000000000000000000000000000000840084840084FFFFFF
- FFFFFF000000000000C6C6C6C6C6C68484840000000000000000000000000000
- 00000000000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
- FFFF00000000000000000000000000000000000000FFFF000000008484008484
- 0084840084840084840084840084840084840084840000000000000000000000
- 00000000008484008484000000000000000000000000000000000000C6C6C6C6
- C6C6000000008484000000000000848484840084840084FFFFFFFFFFFF000000
- 000000840084840084000000C6C6C6C6C6C68484840000000000000000000000
- 00000000000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
- FFFF00000000000000000000000000000000FFFF00000000FFFF000000008484
- 0084840084840084840084840084840084840084840084840000000000000000
- 0000000000848400848400000000000000000000000000000000000000000000
- 0000000000008484000000000000848484840084FFFFFF000000000000840084
- 840084840084840084840084000000C6C6C6C6C6C68484840000000000000000
- 00000000000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
- FFFF00000000000000000000000000000000000000FFFF00000000FFFF000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000848400848400848400848400848400848400848400848400848400
- 8484008484008484000000000000848484000000000000840084840084840084
- 00848400FFFF840084840084840084000000C6C6C6C6C6C68484840000000000
- 00000000000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
- FFFF00000000000000000000000000000000FFFF00000000FFFF00000000FFFF
- 00000000FFFF00000000FFFF0000000000000000000000000000000000000000
- 0000000000848400848400000000000000000000000000000000000000000000
- 0000008484008484000000000000848484840084840084840084840084840084
- 840084008484840084840084840084840084000000C6C6C60000000000000000
- 00000000000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
- FFFF00000000000000000000000000000000000000FFFF00000000FFFF000000
- 00FFFF00000000FFFF0000000000000000000000000000000000000000000000
- 00000000008484000000C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6
- C6C6000000008484000000000000000000840084FFFFFF840084840084840084
- 84008484008400FFFF00FFFF8400848400848400840000000000000000000000
- 00000000000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
- FFFF00000000000000000000000000000000FFFF00000000FFFF000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00000000008484000000C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6
- C6C6000000008484000000000000000000000000840084FFFFFF840084840084
- 84008484008484008400848400FFFF00FFFF8400848400840000000000000000
- 00000000000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00000000008484000000C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6
- C6C6000000008484000000000000000000000000000000840084FFFFFF840084
- 84008484008400848484008400FFFF00FFFF8400848400848400840000000000
- 00000000000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF000000FFFFFF00
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00000000008484000000C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6
- C6C6000000008484000000000000000000000000000000000000840084FFFFFF
- 84008484008400FFFF00FFFF00FFFF8400848400848400840000000000000000
- 00000000000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00000000008484000000C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6
- C6C6000000000000000000000000000000000000000000000000000000840084
- FFFFFF8400848400848400848400848400840000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 00000000008484000000C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6C6
- C6C6000000C6C6C6000000000000000000000000000000000000000000000000
- 840084FFFFFF8400848400840000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000008400848400840000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000000000000000000000000000424D
- 3E010000000000003E0000002800000040000000200000000100010000000000
- 000100000000000000000000020000000200000000000000FFFFFF00FFFF0000
- 00000000E001000000000000C001000000000000C001000000000000C0010000
- 00000000C001000000000000C001000000000000C001000000000000C0010000
- 00000000C001000000000000C001000000000000C001000000000000C0010000
- 00000000C001000000000000C003000000000000FFFF000000000000FFFFFFFF
- FFFFFE3FC007001FC001F81FC007000F8001E00FC007000780018007C0074003
- 80010003C007200180010001C007500080010000C0072A9F80010001C007555F
- 80018001C007201F8001C001C0078FF18001E000C00FFFF98001F000C01FFF75
- 8001F803C03FFF8F8001FC0FFFFFFFFF8001FE3FFFFFFFFFFFFFFFFF}
- end
- end
-